Kenichi Handa [Mon, 15 Feb 1999 10:47:36 +0000 (10:47 +0000)]
(decode_coding_iso2022): Don't set coding->composed_chars to 0 here.
(setup_coding_system): Set coding->composed_chars to 0 here.
Richard M. Stallman [Sun, 14 Feb 1999 06:00:44 +0000 (06:00 +0000)]
(format-replace-strings): Fix value of TO in REVERSE case.
Richard M. Stallman [Sat, 13 Feb 1999 16:40:10 +0000 (16:40 +0000)]
(texinfo-alias): New function.
(texinfo-fold-nodename-case): Add defvar.
(texinfo-format-node): Do case folding if specified.
Richard M. Stallman [Sat, 13 Feb 1999 16:36:24 +0000 (16:36 +0000)]
(Ffile_regular_p): Use lstat.
Richard M. Stallman [Sat, 13 Feb 1999 16:28:34 +0000 (16:28 +0000)]
(ffap-file-at-point): Test local file names
immediately. Strip off line numbers.
Richard M. Stallman [Sat, 13 Feb 1999 13:38:17 +0000 (13:38 +0000)]
*** empty log message ***
Richard M. Stallman [Sat, 13 Feb 1999 12:04:00 +0000 (12:04 +0000)]
Added keywords from `finder-by-keyword'.
Set version to 1.3.2
(sql-solid-program): Added support for solid.
(sql-help): Doc mentions sql-solid.
(sql-solid): Entry function for Solid.
(sql-buffer): Doc explains the use of the variable and how to change it.
(sql-mode-menu): Included entries for sql-show-sqli-buffer and
sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
disabled if sql-buffer doesn't have a process; sql-send-paragraph is new.
(sql-show-sqli-buffer): New function to display the value of sql-buffer.
(sql-change-sqli-buffer): New function to change sql-buffer.
(sql-mode): Doc explains how to change sql-buffer.
(sql-send-paragraph): New function to send a paragraph.
(sql-mode-map): Added keybinding for sql-send-paragraph.
(sql-mysql): Doc corrected.
(sql-ms): Doc corrected.
(sql-server): Doc fix.
(sql-mysql): Added the use of sql-server to specify the host,
sql-database now specifies database instead of host.
(sql-mode-menu): Send... menu items are only active if sql-buffer
is non-nil.
(sql-help): Changed tag of entry functions a bit.
(sql-mode): Made sql-buffer a local variable, changed the
documentation: removed instructions to add *.sql files to
auto-mode-alist, added documentation for having mutliple SQL
buffers sending their stuff to different SQLi buffers, each
running a different process.
(sql-postgres): Quoted *SQL* in doc string.
(sql-ms): Likewise.
(sql-ingres): Likewise.
(sql-ingres): Quoted *SQL* in doc string, added references to
sql-user and sql-password used during login.
(sql-sybase): Quoted *SQL* in doc string, added comma.
(sql-oracle): Likewise.
(sql-interactive-mode): Added extensive documentation for having
mutliple SQL buffers sending their stuff to different SQLi
buffers, each running a different process.
(sql-buffer): Changed doc from *SQL* to SQLi.
(sql-get-login): Doc fix.
Richard M. Stallman [Sat, 13 Feb 1999 11:52:52 +0000 (11:52 +0000)]
(paragraph-separate): Doc fix.
Kenichi Handa [Sat, 13 Feb 1999 02:47:52 +0000 (02:47 +0000)]
(undecided): Set ascii in safe-charsets property.
Kenichi Handa [Sat, 13 Feb 1999 01:47:07 +0000 (01:47 +0000)]
(ps-mule-font-info-database-default): Set the initial
value to ps-mule-font-info-database-latin.
Kenichi Handa [Sat, 13 Feb 1999 01:41:27 +0000 (01:41 +0000)]
(ps-multibyte-buffer): Doc-string modified.
(ps-mule-font-info-database-default): New variable.
(ps-mule-begin-job): If ps-multibyte-buffer is nil, use
ps-mule-font-info-database-default.
Dave Love [Fri, 12 Feb 1999 14:57:05 +0000 (14:57 +0000)]
(timezone-make-date-sortable, timezone-make-date-arpa-standard): Doc fix.
Kenichi Handa [Fri, 12 Feb 1999 12:40:54 +0000 (12:40 +0000)]
(quail-show-kbd-layout): Bind blink-matching-paren to nil.
Kenichi Handa [Fri, 12 Feb 1999 11:14:46 +0000 (11:14 +0000)]
(ps-mule-font-info-database-bdf): Fix ENCODING field
for ASCII and Latin-1.
Andreas Schwab [Fri, 12 Feb 1999 10:38:47 +0000 (10:38 +0000)]
(jdb): Fix regexp for comint-prompt-regexp.
Kenichi Handa [Fri, 12 Feb 1999 08:06:39 +0000 (08:06 +0000)]
(what-cursor-position): Don't use the variable
charset-origin-alist, but use charset-origin-alist property of
buffer-file-coding-system to decide external character set code.
Kenichi Handa [Fri, 12 Feb 1999 07:48:52 +0000 (07:48 +0000)]
(language-info-alist): Remove description about charset-origin-alist.
Kenichi Handa [Fri, 12 Feb 1999 07:48:52 +0000 (07:48 +0000)]
Comment added for a new coding system
property `charset-origin-alit'.
(charset-origin-alist): This variable deleted.
Kenichi Handa [Fri, 12 Feb 1999 07:46:42 +0000 (07:46 +0000)]
(chinese-big5): Add charset-origin-alist property.
("Chinese-CNS"): Remove charset-origin-alist property.
Kenichi Handa [Fri, 12 Feb 1999 07:46:42 +0000 (07:46 +0000)]
(cyrillic-koi8): Add charset-origin-alist property.
(cyrillic-alternativnyj): Likewise.
("Cyrillic-KOI8"): Remove charset-origin-alist property.
("Cyrillic-ALT"): Likewise.
Kenichi Handa [Fri, 12 Feb 1999 07:46:42 +0000 (07:46 +0000)]
(vietnamese-viqr): Add charset-origin-alist property.
("Vietnamese"): Remove charset-origin-alist property.
Dave Love [Thu, 11 Feb 1999 22:47:03 +0000 (22:47 +0000)]
Merge latest posted one.
Richard M. Stallman [Wed, 10 Feb 1999 20:52:20 +0000 (20:52 +0000)]
Don't turn on the mode when the file is loaded.
Dave Love [Wed, 10 Feb 1999 20:03:43 +0000 (20:03 +0000)]
Cite new mailinglists archive.
Richard M. Stallman [Wed, 10 Feb 1999 03:50:50 +0000 (03:50 +0000)]
(rmail-search): Track match with a marker, not an integer.
Richard M. Stallman [Wed, 10 Feb 1999 03:04:15 +0000 (03:04 +0000)]
(powerpc-apple-netbsd*): New alternative.
Richard M. Stallman [Wed, 10 Feb 1999 03:02:01 +0000 (03:02 +0000)]
(HAS_SBSS_SECTION): Define this in some cases.
(unexec): Test this instead of specific systems.
Richard M. Stallman [Tue, 9 Feb 1999 09:14:53 +0000 (09:14 +0000)]
(add-log-file-name-function): New variable.
(add-change-log-entry): Call that function, if non-nil.
Richard M. Stallman [Tue, 9 Feb 1999 09:14:34 +0000 (09:14 +0000)]
(compile-auto-highlight): Customize.
Richard M. Stallman [Tue, 9 Feb 1999 09:03:05 +0000 (09:03 +0000)]
Fix typos.
Richard M. Stallman [Tue, 9 Feb 1999 00:38:12 +0000 (00:38 +0000)]
(texinfo-all-menus-update, texinfo-master-menu): Remove calls to sleep-for.
Richard M. Stallman [Tue, 9 Feb 1999 00:34:17 +0000 (00:34 +0000)]
(texinfo-environment-regexp): Add the def... constructs.
Richard M. Stallman [Mon, 8 Feb 1999 23:50:42 +0000 (23:50 +0000)]
(compilation-setup): Set value of
compilation-directory-stack as in compilation-forget-errors.
(compile-reinitialize-errors): Bind buffer-undo-list and deactivate-mark.
(compilation-forget-errors): Likewise.
Richard M. Stallman [Mon, 8 Feb 1999 18:03:22 +0000 (18:03 +0000)]
*** empty log message ***
Barry A. Warsaw [Mon, 8 Feb 1999 16:53:18 +0000 (16:53 +0000)]
Installed CC Mode 5.25.
Barry A. Warsaw [Mon, 8 Feb 1999 16:52:35 +0000 (16:52 +0000)]
Initial revision
Dave Love [Mon, 8 Feb 1999 13:59:24 +0000 (13:59 +0000)]
(Fyes_or_no_p, Fy_or_n_p): Doc fix.
Eli Zaretskii [Mon, 8 Feb 1999 11:21:00 +0000 (11:21 +0000)]
(cp-coding-system-for-codepage-1): On MS-DOS,
use dos-unsupported-char-glyph for characters not
supported by the codepage.
(cp-make-coding-systems-for-codepage): Likewise.
Kenichi Handa [Mon, 8 Feb 1999 11:06:56 +0000 (11:06 +0000)]
(ccl_coding_driver): On encoding, coding->produced_char
should be set to coding->produced.
Andreas Schwab [Mon, 8 Feb 1999 09:52:43 +0000 (09:52 +0000)]
(coding-system-list): Don't sort
coding-system-list here.
Andreas Schwab [Mon, 8 Feb 1999 09:50:26 +0000 (09:50 +0000)]
(coding-system-lessp): Moved here from
mule-util.el
(add-to-coding-system-list): New function.
(make-subsidiary-coding-system, make-coding-system,
define-coding-system-alias): Use it instead of setting
coding-system-list directly.
Paul Fisher [Sun, 7 Feb 1999 23:58:09 +0000 (23:58 +0000)]
(IS_BASE64_IGNORABLE, READ_QUADRUPLET_BYTE): New macros.
(base64_decode_1): Use READ_QUADRUPLET_BYTE.
Richard M. Stallman [Sun, 7 Feb 1999 22:44:43 +0000 (22:44 +0000)]
(appt-make-list): Don't splice quotes and date onto message.
Richard M. Stallman [Sun, 7 Feb 1999 07:28:45 +0000 (07:28 +0000)]
When compiling, require compare-w and skeleton
to pacify the byte-compiler. Move the def's of the tex-commands
together. Add a comment on kill-process vs. quit-process.
Richard M. Stallman [Sun, 7 Feb 1999 06:28:54 +0000 (06:28 +0000)]
(Fformat): Doc fix.
Richard M. Stallman [Sun, 7 Feb 1999 04:07:14 +0000 (04:07 +0000)]
Comment changes.
Richard M. Stallman [Sat, 6 Feb 1999 21:50:53 +0000 (21:50 +0000)]
(imenu--last-menubar-index-alist): Add doc.
(imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
Richard M. Stallman [Sat, 6 Feb 1999 05:50:59 +0000 (05:50 +0000)]
(setup-slovenian-environment): New function.
("Slovenian"): New language environment.
Richard M. Stallman [Sat, 6 Feb 1999 05:12:54 +0000 (05:12 +0000)]
(sql-help): Doc fix.
(sql-mysql): Doc fix.
Richard M. Stallman [Sat, 6 Feb 1999 05:09:31 +0000 (05:09 +0000)]
Changed version to 1.2.1.
(sql-pop-to-buffer-after-send-region): Improved documentation.
(sql-mysql-program): Added MySQL support.
(sql-prompt-length): Made prompt-length configurable.
(sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
(sql-help): Added MySQL support, changed documentation.
(sql-send-region): A message is displayed if something is sent.
(sql-mode): Added buffer-local comment-start.
(sql-interactive-mode): Use sql-prompt-length to set left-margin.
(sql-interactive-mode): Added buffer-local comment-start.
(sql-oracle): Set sql-prompt-length.
(sql-sybase): Set sql-prompt-length.
(sql-mysql): Added MySQL support.
(sql-ingres): Set sql-prompt-length.
(sql-ms): Set sql-prompt-length.
(sql-postgres): Set sql-prompt-length.
Richard M. Stallman [Sat, 6 Feb 1999 05:00:54 +0000 (05:00 +0000)]
(time-stamp-format): Format doc tighter.
(time-stamp-line-limit): 0 searches the entire buffer (careful!).
(time-stamp): don't re-write the time stamp if it didn't change.
Andrew Innes [Fri, 5 Feb 1999 17:49:04 +0000 (17:49 +0000)]
(construct_drag_n_drop): Call DraqQueryPoint before
recording drop position.
Dave Love [Fri, 5 Feb 1999 15:19:54 +0000 (15:19 +0000)]
(compile-mouse-goto-error): Don't lose with
null markers.
(compile-goto-error): Likewise.
Kenichi Handa [Fri, 5 Feb 1999 05:40:27 +0000 (05:40 +0000)]
(encode_terminal_code): Fix previous change.
Kenichi Handa [Fri, 5 Feb 1999 05:39:58 +0000 (05:39 +0000)]
(encode_coding_iso2022): Before writing out an invalid
code, reset glaphic planes and registers if necessary.
Eli Zaretskii [Thu, 4 Feb 1999 15:57:23 +0000 (15:57 +0000)]
(dos-codepage-setup): Set selection coding system to cpNNN-dos.
Eli Zaretskii [Thu, 4 Feb 1999 15:53:37 +0000 (15:53 +0000)]
(last_clipboard_text, clipboard_storage_size): New
static variables.
(set_clipboard_data): Save a copy of the text we put into
clipboard in last_clipboard_text.
(get_clipboard_data): If the clipboard text is identical to what
last_clipboard_text holds, pretend there's no data in the
clipboard.
Richard M. Stallman [Thu, 4 Feb 1999 04:48:24 +0000 (04:48 +0000)]
(NLIST_STRUCT): Add #undef.
Eli Zaretskii [Wed, 3 Feb 1999 16:40:32 +0000 (16:40 +0000)]
Fix last change.
Eli Zaretskii [Wed, 3 Feb 1999 14:53:47 +0000 (14:53 +0000)]
(Fw16_set_clipboard_data): When the text needs to be
encoded, set its pointer and size as returned by encode_coding.
Kenichi Handa [Wed, 3 Feb 1999 06:26:56 +0000 (06:26 +0000)]
Let ethiopic use iso-2022-7bit.
Kenichi Handa [Wed, 3 Feb 1999 02:20:53 +0000 (02:20 +0000)]
(Fset_char_table_default): To handle the case that CH is
an ASCII char, use SPLIT_CHAR instead of SPLIT_NON_ASCII_CHAR.
Dave Love [Tue, 2 Feb 1999 19:35:29 +0000 (19:35 +0000)]
(mark-fortran-subprogram): Activate mark
here...
(fortran-narrow-to-subprogram, fortran-indent-subprogram): ... not
here.
Karl Heuer [Tue, 2 Feb 1999 19:17:22 +0000 (19:17 +0000)]
(terminal-emulator): Doc fix.
Andrew Innes [Tue, 2 Feb 1999 14:03:10 +0000 (14:03 +0000)]
(syms_of_w32fns): Change default value of w32-mouse-move-interval to
0, so that the mouse wheel/rocker on some mice works properly.
Eli Zaretskii [Tue, 2 Feb 1999 13:43:14 +0000 (13:43 +0000)]
(set_clipboard_data): Correctly null-terminate the
string to be put into the Windows clipboard. Use xbuf_addr.
Kenichi Handa [Tue, 2 Feb 1999 05:11:50 +0000 (05:11 +0000)]
(compose-chars): Doc-string
modified. Currectly handle a composition character in ARGS.
Richard M. Stallman [Tue, 2 Feb 1999 04:07:01 +0000 (04:07 +0000)]
*** empty log message ***
Richard M. Stallman [Tue, 2 Feb 1999 03:47:08 +0000 (03:47 +0000)]
(makefile-imenu-generic-expression): New var.
(makefile-menu-index-function): Function deleted.
(makefile-mode): Use makefile-imenu-generic-expression.
Geoff Voelker [Tue, 2 Feb 1999 02:59:29 +0000 (02:59 +0000)]
Use full path to temacs.exe when dumping.
Geoff Voelker [Tue, 2 Feb 1999 02:57:50 +0000 (02:57 +0000)]
term/w32-win.el (w32-create-initial-fontsets): Back out previous
change, invoke from before-init-hook.
Dan Nicolaescu [Tue, 2 Feb 1999 02:26:12 +0000 (02:26 +0000)]
*** empty log message ***
Richard M. Stallman [Mon, 1 Feb 1999 22:58:10 +0000 (22:58 +0000)]
*** empty log message ***
Edward M. Reingold [Mon, 1 Feb 1999 15:39:28 +0000 (15:39 +0000)]
Fix key bindings for appt-add and appt-delete
Eli Zaretskii [Mon, 1 Feb 1999 13:25:12 +0000 (13:25 +0000)]
(msdos-approximate-color): New function.
(msdos-color-translate): Call it to find a DOS color that best
approximates an X-style "#NNNNNN" color specification.
Kenichi Handa [Mon, 1 Feb 1999 12:21:47 +0000 (12:21 +0000)]
(compose-chars-component): Add autoload cookie.
Richard M. Stallman [Mon, 1 Feb 1999 11:17:41 +0000 (11:17 +0000)]
(Fset_buffer_multibyte): Error if buffer is multibyte.
Richard M. Stallman [Mon, 1 Feb 1999 10:38:08 +0000 (10:38 +0000)]
(compilation-next-error-locus): Don't decrease argument FIND-AT-LEAST
of compilation-next-error-locus.
Kenichi Handa [Mon, 1 Feb 1999 02:52:34 +0000 (02:52 +0000)]
(quail-lookup-key): If cdr of MAP is a
function, replace cdr of MAP by the return value of the function
unconditionally.
Andrew Innes [Sun, 31 Jan 1999 21:53:14 +0000 (21:53 +0000)]
(ROUND_UP_DST_AND_ZERO): New macro.
(copy_executable_and_dump_data): Use it to ensure alignment slop
is zeroed.
Andrew Innes [Sun, 31 Jan 1999 21:50:21 +0000 (21:50 +0000)]
ROUND_UP_DST_AND_ZERO): Renamed from ROUND_UP_DST. Zeroes the
alignment slop.
(copy_executable_and_add_section): Update the
SizeOfHeaders field properly.
Dave Love [Sun, 31 Jan 1999 18:31:15 +0000 (18:31 +0000)]
Add hyperbole.
Eli Zaretskii [Sun, 31 Jan 1999 14:49:43 +0000 (14:49 +0000)]
(rmail-mime-charset-pattern): Add optional TABs
and NLs before "charset", and allow the charset name be in double
quotes.
Richard M. Stallman [Sun, 31 Jan 1999 07:20:12 +0000 (07:20 +0000)]
(imenu-sort-function): Fix custom type.
Richard M. Stallman [Sun, 31 Jan 1999 04:39:37 +0000 (04:39 +0000)]
(speedbar-line-token): Match {...} instead of [...].
(speedbar-line-token): Likewise.
Richard M. Stallman [Sun, 31 Jan 1999 04:35:56 +0000 (04:35 +0000)]
(rmail-decode-babyl-format): Avoid locking when decoding.
Richard M. Stallman [Sat, 30 Jan 1999 23:45:54 +0000 (23:45 +0000)]
(Fset_window_point): If WINDOW is selected but the
current buffer is not its buffer, don't use Fgoto_char.
Andrew Innes [Sat, 30 Jan 1999 18:48:57 +0000 (18:48 +0000)]
(init_environment): Change argv[0] to contain the full path to Emacs.
Andrew Innes [Sat, 30 Jan 1999 18:47:52 +0000 (18:47 +0000)]
(main): Pass argv to init_environment.
Richard M. Stallman [Sat, 30 Jan 1999 07:26:04 +0000 (07:26 +0000)]
Fix previous change.
Richard M. Stallman [Sat, 30 Jan 1999 07:24:51 +0000 (07:24 +0000)]
(gametree-default-score): Use defcustom.
(gametree-score-regexp, gametree-score-closer): Likewise.
(gametree-score-manual-flag, gametree-score-opener): Likewise.
Richard M. Stallman [Sat, 30 Jan 1999 07:20:18 +0000 (07:20 +0000)]
Document scoring functionality.
(gametree-score-regexp): Add optional plus sign.
(gametree-score-opener): Replace `:' with `=' as the former
conflicts with gametree-half-ply-regexp.
(gametree-transpose-following-leaves): Add.
(gametree-insert-new-leaf): Make modifying commands barf in read-only buffers.
(gametree-break-line-here): Add a call to
`gametree-transpose-following-leaves'. This maintains the
necessary invariant that on each level all leaf children precede
all nonleaf children. This has always been implied, but left to
the user, and, unfortunately, undocumented.
Kenichi Handa [Sat, 30 Jan 1999 02:37:14 +0000 (02:37 +0000)]
(x_load_font): For the height of font, if normarl ascent and
descent value are larger than those in max_bounds field, use the
former.
Kenichi Handa [Sat, 30 Jan 1999 01:46:35 +0000 (01:46 +0000)]
(x_new_fontset): For ASCII font, don't use the font name
returned by x_new_font (the resolved one) but use the font name
set in the fontset specification.
Markus Rost [Fri, 29 Jan 1999 22:06:31 +0000 (22:06 +0000)]
(tex-mode-map): Replace validate-tex-buffer by
tex-validate-buffer.
(plain-tex-mode, latex-mode, slitex-mode): Likewise.
(tex-validate-buffer): Renamed from validate-tex-buffer. Works
now with recent occur-mode.
(tex-validate-region): Really walk through all Sexps.
(tex-region): Bind shell-dirtrack-verbose.
(tex-file, tex-bibtex-file): Likewise.
Dave Love [Fri, 29 Jan 1999 18:27:10 +0000 (18:27 +0000)]
(finder-commentary): Fix interactive spec. Try
appending .el to file name.
(finder-find-library, finder-commentary): Doc fixes.
Andrew Innes [Fri, 29 Jan 1999 18:13:30 +0000 (18:13 +0000)]
(rmail-insert-inbox-text): Handle POP mailboxes
where the userid contains directory separators.
Dave Love [Fri, 29 Jan 1999 14:31:49 +0000 (14:31 +0000)]
(lm-verify): Fix arg list.
(lm-commentary): Doc fix.
Dave Love [Fri, 29 Jan 1999 14:12:49 +0000 (14:12 +0000)]
Terminate Commentary for Finder.
Andreas Schwab [Fri, 29 Jan 1999 11:31:33 +0000 (11:31 +0000)]
(file-expand-wildcards): Never consider `.' and `..' a
wildcard match. Fix regexp that tests if dirpart contains
wildcard characters.